home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 28 / CD Expert nº 28.iso / V-Rally / CONTROL.SCR next >
INI File  |  1998-06-22  |  641b  |  42 lines

  1. [system]
  2. {
  3. CONTROL:
  4.  
  5. //CW4 was also here
  6. //gh was here
  7. //Here we setup defines needed for the control script.
  8. //These defines are replaced by the defines of the system group.
  9.  
  10. define PAL 1
  11. define NTSC 0
  12. define OFF 0
  13. define ON 1
  14.  
  15. define TYPE_PSX 1        //Note. These are the handles used directy by
  16. define TYPE_KIT 2        //The Lib 3.
  17. }
  18.  
  19. {
  20.     BASEDIR "*"        // This line used when on the CD
  21.     VIDEO PAL,640,480
  22.     BOOT MASTER
  23. }
  24.  
  25. /*
  26. // Original NTSC script
  27. [system]
  28. {
  29. CONTROL:
  30. }
  31. {
  32. define PAL 0
  33. define NTSC 1
  34. define TYPE_PSX 1
  35. define TYPE_KIT 2
  36. basedir "/cd/"
  37. VIDEO NTSC,320,400
  38. MEM TYPE_PSX
  39. BOOT MASTER
  40. }
  41. */
  42.